System.Collections.Generic.ICollection<T>.IsReadOnly Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool ICollection<T>.IsReadOnly{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.Generic.ICollection<T>.IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly
Visual C++
private:
virtual property bool System.Collections.Generic.ICollection<T>.IsReadOnly {
	bool get () sealed = ICollection<T>::IsReadOnly::get;
}

See Also